home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / NEWSOFT / AUGUST / FREENET2 / !FreeNet / Docs / FreeNet < prev    next >
Text File  |  1996-10-13  |  3KB  |  74 lines

  1.                         The FreeNet TCP/IP Stack
  2.  
  3.                           (C) Tom Hughes 1995
  4.  
  5. 0. Copyright
  6.  
  7.   The FreeNet module and application and the tools and documentation
  8.   that go with them are all copyright. They are however released as
  9.   freeware subject to certain terms and conditions. These are described
  10.   in the file named 'Licence' which should have accompanied this
  11.   document.
  12.  
  13. 1. Introduction
  14.  
  15.   This file provides an overview of the FreeNet TCP/IP stack. It is
  16.   supplied with a number of files providing further, more detailed
  17.   information on configuring and using FreeNet.
  18.  
  19.   The FreeNet package is centred around the FreeNet module which is a
  20.   full TCP/IP stack providing a SWI call interface to the BSD socket
  21.   calls, and which matches the SWIs provided by Acorn's TCP/IP suite. As
  22.   a result, client programs should be interchangeable between the
  23.   two. It also uses the same hardware drivers as Acorn TCP/IP so that
  24.   these two are interchangeable.
  25.  
  26.   The package includes a SLIP driver which supports the use of serial
  27.   interfaces. FreeNet will also work with ethernet cards, using the driver
  28.   supplied with the card. A loopback driver is included within the main
  29.   FreeNet module, and need only be configured.
  30.  
  31.   Also provided are a number of simple client programs, useful mostly
  32.   for testing and debugging the configuration of FreeNet. These include
  33.   ping, traceroute, finger and whois clients.
  34.  
  35. 2. Credits
  36.  
  37.   There are a large number of people that need to be thanked for their
  38.   help during the development of FreeNet, including all the beta testers
  39.   and those who have given me ideas. Those needing particular mention
  40.   are:
  41.  
  42.   Adam Goodfellow for providing me with various things (including the
  43.   DNS module) that made life a lot easier and greatly reduced the amount
  44.   of work I had to do.
  45.  
  46.   Mark Smith for doing vast amounts of alpha testing at all times of the
  47.   day and night, and helping me to find an inumerable number of bugs in
  48.   early versions of the software.
  49.  
  50.   Paul Lebeau for the FreeNet, FreeUser and FreeTerm icons which are
  51.   far, far better than my efforts.
  52.  
  53. 3. Contacting the author
  54.  
  55.   All queries, bug reports, cash, freebies or anything else you want
  56.   should be sent by email to freenet@compton.demon.co.uk, or by snail
  57.   mail to:
  58.  
  59.       Tom Hughes
  60.       13 Priory Court
  61.       Hoddesdon
  62.       Hertfordshire
  63.       EN11 8DB
  64.  
  65.   There is a mailing list for people interested in FreeNet and its
  66.   development. To join the list, send mail to my MailList server, whose
  67.   address is majordomo@jake.educom.com.au with 'subscribe freenet'
  68.   in the body of the message.
  69.  
  70.   There is also a low bandwidth list for announcements regarding
  71.   FreeNet and client programs for it. To join it, send an email
  72.   message to majordomo@jake.educom.com.au with a message body
  73.   that contains the text 'subscribe freenet-announce'.
  74.